home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / misc / dolphin / tutorial.db (.txt) < prev    next >
Paradox Database Table  |  1997-01-13  |  90.0 KB  |  133 rows

#ID,N,8Title,A,255Text,M,250Image,G,10HelpContext,N,8UserLevel,N,8HitCount,N,8Next,N,8
11.000000#Welcome To Dolphin   1.0000000.0000002.000000
22.000000Introducing Dolphin   1.0000000.0000003.000000
33.000000Why Use Dolphin   1.0000000.0000004.000000
44.000000Who Can Use Dolphin?   1.0000000.0000005.000000
55.000000What Do I Need To Use Dolphin?   1.0000000.0000006.000000
66.000000Dolphin User Profiles   1.0000000.0000007.000000
77.000000Dolphin Examples For DelphiIn addition to tutorials and self check questions, Dolphin includes a number of examples which illustrate the theory underlying various topics., ,These step-by-step 'walkthroughs' take you through each stage of a particular example.  1.0000000.0000008.000000
88.000000#Microsoft Windows - Refresher   1.0000000.0000009.000000
99.000000Windows for Workgroups   1.0000000.00000010.000000
1010.000000Windows 95   1.0000000.00000011.000000
1111.000000Windows NT   1.0000000.00000012.000000
1212.000000Windows CE   1.0000000.00000013.000000
1313.000000#Introducing Delphi   2.0000000.000000-14.000000
1414.000000What Is Delphi   2.0000000.00000015.000000
1515.000000Why Delphi   2.0000000.00000016.000000
1616.000000Object Oriented Development   2.0000000.00000017.000000
1717.000000Integrated Development Environment   2.0000000.00000018.000000
1818.000000Rapid Application Development   2.0000000.00000019.000000
1919.000000Native Code Compiler   2.0000000.00000020.000000
2020.000000Integrated Database Connectivity   2.0000000.00000021.000000
2121.000000Object Pascal   2.0000000.00000022.000000
2222.000000Ivory and Delphi 97   2.0000000.00000023.000000
2323.000000#Object Orientation - Refresher   2.0000000.000000-24.000000
2424.000000Objects   2.0000000.00000025.000000
2525.000000Classes   2.0000000.00000026.000000
2626.000000MessagesMessages are the means by which objects communicate with each other. One object calling a method, or changing another object's properties is in effect 'messaging' the other object.  2.0000000.00000027.000000
2727.000000Inheritance   2.0000000.00000028.000000
2828.000000Polymorphism   2.0000000.00000029.000000
2929.000000Encapsulation   2.0000000.00000030.000000
3030.000000Delphi's Visual Component Library   2.0000000.00000031.000000
3131.000000#The Delphi EnvironmentThis section describes the basic elements of Delphi's Integrated Development Environment, or IDE. The IDE is your interface to Delphi's tools and features and consists of everything neccessary to create your applications.  2.0000000.000000-32.000000
3232.000000Integrated Development EnvironmentThere are a number of major components of the IDE which you need to be aware of. The subsequent sections, identify and describe each componen tin detail.  2.0000000.00000033.000000
3333.000000Forms   2.0000000.00000034.000000
3434.000000Components   2.0000000.00000035.000000
3535.000000The Object Inspector   2.0000000.00000036.000000
3636.000000The Code Editor   2.0000000.00000037.000000
3737.000000The Speedbar   2.0000000.00000038.000000
3838.000000Project Manager   2.0000000.00000039.000000
3939.000000Menus   2.0000000.00000040.000000
4040.000000Online Help   2.0000000.00000041.000000
4141.000000#Designing Forms   2.0000000.000000-42.000000
4242.000000Placing Components On Forms   2.0000000.00000043.000000
4343.000000Visual Components   2.0000000.00000044.000000
4444.000000Non-Visual   2.0000000.00000045.000000
4545.000000Creating A Simple Form   2.0000000.00000046.000000
4646.000000More About The Object Inspector   2.0000000.00000047.000000
4747.000000Responding To Events   2.0000000.00000048.000000
4848.000000Clock Example   2.0000000.00000049.000000
4949.000000Tab Order   2.0000000.00000050.000000
5050.000000Grouping Objects - Panels, Groups, Scrollboxes   2.0000000.00000051.000000
5151.000000Creating A Toolbar   2.0000000.00000052.000000
5252.000000Creating a Status Bar   2.0000000.00000053.000000
5353.000000Using Dialog Box components   2.0000000.00000054.000000
5454.000000Standard Dialog Box Example   2.0000000.00000055.000000
5555.000000Tabbed Notebooks   2.0000000.00000056.000000
5656.000000Notebooks   2.0000000.00000057.000000
5757.000000Multiple Forms Example   2.0000000.00000058.000000
5858.000000Form templates   2.0000000.00000059.000000
5959.000000#Designing Menus   2.0000000.000000-60.000000
6060.000000Main Menus   2.0000000.00000061.000000
6161.000000Pop Up Menus   2.0000000.00000062.000000
6262.000000The Menu Designer   2.0000000.00000063.000000
6363.000000Shortcut Keys, Toggles & Breaks   2.0000000.00000064.000000
6464.000000Cascading MenusMenus can be inserted into other menu by using the Menu Designer's popup menu over a selected menu item and selecting the Create Submenu option. The new submenu can be treated as any other menu in the Menu Designer.  2.0000000.00000065.000000
6565.000000#The Borland Database Engine   9.0000000.000000-66.000000
6666.000000BDE Config Utility   9.0000000.00000067.000000
6767.000000Drivers   9.0000000.00000068.000000
6868.000000Aliases   9.0000000.00000069.000000
6969.000000dBase   9.0000000.00000070.000000
7070.000000Paradox   9.0000000.00000071.000000
7171.000000Deploying A Database Application   9.0000000.00000072.000000
7272.000000#Database Desktop   9.0000000.000000-73.000000
7373.000000Creating dBase & Paradox tables   9.0000000.00000074.000000
7474.000000Adding & Editing Tables   9.0000000.00000075.000000
7575.000000Browsing Tables   9.0000000.00000076.000000
7676.000000Creating SQL Queries   9.0000000.00000077.000000
7777.000000Creating QBE Queries   9.0000000.00000078.000000
7878.000000Database Explorer & SQL Explorer   9.0000000.00000079.000000
7979.000000#Database Components   9.0000000.000000-80.000000
8080.000000The TTable & TQuery Components   9.0000000.00000081.000000
8181.000000The TDatasource Component   9.0000000.00000082.000000
8282.000000Data Aware Components   9.0000000.00000083.000000
8383.000000#Designing Databases   9.0000000.000000-84.000000
8484.000000Tables vs. Queries   9.0000000.00000085.000000
8585.000000The Database Form Expert   9.0000000.00000086.000000
8686.000000Lookup Tables   9.0000000.00000087.000000
8787.000000Master-Detail Relationships   9.0000000.00000088.000000
8888.000000Advanced Relationships   9.0000000.00000089.000000
8989.000000#Designing Applications   9.0000000.000000-90.000000
9090.000000The Windows Document Paradigm   9.0000000.00000091.000000
9191.000000Multiple Document Interface - MDI   9.0000000.00000092.000000
9292.000000Single Document Interface - SDI   9.0000000.00000093.000000
9393.000000The Application Expert   9.0000000.00000094.000000
9494.000000Documents vs. Dialogs   9.0000000.00000095.000000
9595.000000Colours, Fonts & Images   9.0000000.00000096.000000
9696.000000Online Help Concepts & Tools   9.0000000.00000097.000000
9797.000000Integrating Help Into Applications   9.0000000.00000098.000000
9898.000000#Dynamic Link Libraries   65.0000000.000000-99.000000
9999.000000Why use DLLs   65.0000000.000000100.000000
100100.000000Creating DLLs   65.0000000.000000101.000000
101101.000000Calling a DLL   65.0000000.000000102.000000
102102.000000An example DLL   65.0000000.000000103.000000
103103.000000#Creating Components   65.0000000.000000-104.000000
104104.000000The Component Expert   65.0000000.000000105.000000
105105.000000Establishing An Abstraction - OOD Methods   65.0000000.000000106.000000
106106.000000Identifying Components   65.0000000.000000107.000000
107107.000000Steps In Creating Components   65.0000000.000000108.000000
108108.000000The Component Constructor   65.0000000.000000109.000000
109109.000000Installing & Registering Components   65.0000000.000000110.000000
110110.000000The 'TWrapMemo' Example   65.0000000.000000111.000000
111111.000000#Dynamic Data Exchange   65.0000000.000000-112.000000
112112.000000DDE Conversations   65.0000000.000000113.000000
113113.000000DDE Components   65.0000000.000000114.000000
114114.000000DDE Clients   65.0000000.000000115.000000
115115.000000DDE Servers   65.0000000.000000116.000000
116116.000000DDE Macros   65.0000000.000000117.000000
117117.000000A Simple DDE Client-Server Example   65.0000000.000000118.000000
118118.000000#Object Linking & Embedding   65.0000000.000000-119.000000
119119.000000OLE Clients & OLE Servers   65.0000000.000000120.000000
120120.000000OLE 1.0   65.0000000.000000121.000000
121121.000000Embedding & Linking   65.0000000.000000122.000000
122122.000000OLE 2.0   65.0000000.000000123.000000
123123.000000TOLEContainer Example   65.0000000.000000124.000000
124124.000000OLE Automation Example   65.0000000.000000125.000000
125125.000000#Debugging Applications   65.0000000.000000-126.000000
126126.000000Debugging Tools   65.0000000.000000127.000000
127127.000000Pausing & Resetting   65.0000000.000000128.000000
128128.000000BreakPoints & Watches   65.0000000.000000129.000000
129129.000000Stepping & Tracing   65.0000000.000000130.000000
130130.000000The Evaluate/Modify Dialog   65.0000000.000000131.000000
131131.000000#Further Information   65.0000000.000000132.000000
132132.000000About The Authors   65.0000000.0000000.000000